This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Resolved - Problem populating authors fields on docs with no readers fields ~Umberto Nongeroson 12.Dec.03 02:36 PM a Web browser Applications Development 6.0.1 CF2Windows NT
I find it mildly shocking that you apparently have a loop in your code that adds multiple names to one document, saving the document each time. That's extremely wasteful. Save the document only after you've added all the names. For that matter, AppendToTextList is a little inefficient for adding multiple entries. Use an array of names and ReplaceItemValue (of course the array must include the values already in the field that you want to keep).